Uses of Class
org.eclipse.vtp.desktop.projects.voice.internals.AudioFile

Packages that use AudioFile
org.eclipse.vtp.desktop.projects.voice.internals.helpers   
 

Uses of AudioFile in org.eclipse.vtp.desktop.projects.voice.internals.helpers
 

Methods in org.eclipse.vtp.desktop.projects.voice.internals.helpers with parameters of type AudioFile
 java.lang.String AlternateTextManager.getAlternateText(AudioFile audioFile)
          Retrieves the alternate text associated with the given audio file.
 void AlternateTextManager.setAlternateText(AudioFile audioFile, java.lang.String text)
          Assigns the given alternate text to the given audio file.